Returns a pointer to the parent context node to the given
one on the context node stack. The parent context node
represents the chunk enclosing the chunk given.
This can be use together with CurrentChunk() to iterate the
context node stack top-down.
INPUTS
contextNode
pointer to a context node.
RESULT
parent - pointer to the parent context node or NULL if none.